home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / c2man-2.0pl33.lha / c2man-2.0 / MANIFEST < prev    next >
Encoding:
Text File  |  1995-01-24  |  2.2 KB  |  75 lines

  1. README        Start here.
  2. CHANGES        What changes have taken place.
  3. INSTALL        How to install it.
  4. C++autodoc    An article describing how C++ support could be added.
  5. MANIFEST    This list of all files in the package.
  6. Configure    Automated installation script.
  7. c2man.man    Source for the manual pages; needs flattening.
  8. Makefile.SH    Produces Makefile.
  9. catalog        Free Compilers Catalog entry for c2man.
  10. example.h    First example header file for the manual page.
  11. ctype_ex.h    Second example header file for the manual page.
  12. flatten.SH    Produces sed script to flatten c2man.1 for installation.
  13. fixexamp.in    Commented sed script to format man page examples.
  14. lex.l        Lexical analyser.
  15. grammar.y    Parser.
  16. config_h.SH    Produces config.h, the portability header.
  17. patchlevel.h    The current patch level.
  18. confmagic.h    Further portability magic brought to you by metaconfig.
  19. c2man.h        Source code...
  20. semantic.h
  21. symbol.h
  22. strconcat.h
  23. manpage.h
  24. enum.h
  25. c2man.c
  26. semantic.c
  27. string.c
  28. symbol.c
  29. strconcat.c
  30. manpage.c
  31. enum.c
  32. strappend.c 
  33. strappend.h
  34. output.h    Format-independant interface to backends.
  35. nroff.c        Backend for nroff output.
  36. texinfo.c    Backend for texinfo output.
  37. latex.c        Backend for LaTeX output.
  38. html.c        Backend for HTML output.
  39. libc/README.libc Info about library routines which may help.
  40. libc/COPYING    GPL to cover the GNU-derived library routines.
  41. libc/getopt.c    getopt support for OS/2, MSDOS & VMS.
  42. libc/getopt.h    ...
  43. libc/getopt1.c    ...
  44. libc/alloca.c    Portable alloca() routine.
  45. pc/README.pc    README file for OS/2 and MSDOS.
  46. pc/Makefile.pc    Makefile for OS/2 and MSDOS.
  47. pc/updmake    perl script used to regenerate pc/Makefile.pc.
  48. pc/c2man-32.def    Definitions for EMX/gcc.
  49. pc/c2man.def    Definitions for Microsoft C.
  50. pc/config.h    Configuration header for OS/2 & MSDOS.
  51. pc/popen.c    popen support for OS/2 & MSDOS.
  52. pc/popen.h    ...
  53. vms/readme.1st    README for VMS port.
  54. vms/make.com    Build program for VMS.
  55. vms/c2man.opt-gcc LINK options file for GCC on VMS.
  56. vms/c2man.opt-vaxc LINK options file for VAX-C on VMS.
  57. vms/config.h    Config file for VMS compilation.
  58. vms/popen.c    popen/pclose routines for VMS.
  59. eg/boxcomment.c    Example input files...
  60. eg/ccomment.h
  61. eg/commentaft.c
  62. eg/cppcomment.h
  63. eg/dash.h
  64. eg/ellipsis.c
  65. eg/grouped.c
  66. eg/multidecl.c
  67. eg/namedash.h
  68. eg/oldstyle.c
  69. eg/returnlist.h
  70. eg/sections.c
  71. eg/simplesect.c
  72. eg/surround.c
  73. eg/underscore.h
  74. eg/variable.c
  75.